Kotlin utilities
1.7.0
common
Kotlin utilities
/
it.czerwinski.kotlin.util
/
Either
/
get
get
common
fun
get
(
)
:
R
Content copied to clipboard
Gets value of this
Right
.
Return
Value of this
Right
.
Since
1.3
Throws
kotlin.
No
Such
Element
Exception
If this is
Left
.